declare const buildPagesContext: (directory: string, pattern: RegExp) => Promise<any>;
export default buildPagesContext;
