type Params = { /** * Locations of the pages Files. */ page_file_paths?: string[]; }; export default function allPagesBundler(params?: Params): Promise; export {};