export declare const lazyPaths: Record<string, (() => Promise<{
    default: string;
}>)>;
