type Params = { page_file_path?: string | string[]; }; export default function rewritePagesModule(params?: Params): Promise; export {};