export type DirectoryStructure = { [key: string]: DirectoryStructure | string; }; export declare const directoryStructure: DirectoryStructure;