import type { ExtendedOptions } from '../commonTypes'; export declare function getErrorPagePath({ options, }: { options: ExtendedOptions; }): string;