export declare const createRoutePathMapFromDirectory: (directoryPath: string) => Promise<Record<string, {
    relativePath: string;
}>>;
