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