import type { ProjectInfo } from "./types";
export declare function isDir(filePath: string): boolean;
export declare function projectInfo(cwd: string): ProjectInfo;
export declare function parseUserType(cs: string): {
    userType: string;
    userIdType: string;
};
export declare function parseUserDtoType(cs: string): {
    userType: string;
    userIdType: string;
    userLabel: string;
};
//# sourceMappingURL=info.d.ts.map