type Params = { post_build_fn?: (params: { artifacts: any[]; }) => Promise | void; }; export default function allPagesESBuildContextBundler(params?: Params): Promise; export {};