export declare const basePaths: {
    [moduleName: string]: string;
};
export declare const basePath: (moduleName: string) => string;
export declare const resourceMapper: (moduleName: string, relativePathFromApp: string) => string;
