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