export declare const goStructure: {
    getModulesPath: (projectDir: string) => string;
    getConfigPath: (projectDir: string) => string;
    getDatabasePath: (projectDir: string) => string;
    getUtilsPath: (projectDir: string) => string;
    getMiddlewarePath: (projectDir: string) => string;
    getCmdPath: (projectDir: string) => string;
    getDataPath: (projectDir: string) => string;
};
