/** * Proxy that throws when dynamic route locals are accessed on non-dynamic pages. */ export declare function createPageLocalsProxy(filePath: string): Record;