export declare const checkDirectorySize: (path: string) => number; /** * Validates the present working directrory from which the command is being run and returns the resolved path and project root path. * @param gamePath * @returns */ export declare const checkIfInBuildDirectory: () => void; export declare const attemptBuild: () => string; /** * Checks if the given path is a development structure. * @param path * @returns */ export declare const isDevelopmentStructure: (path: string) => boolean; //# sourceMappingURL=directory.d.ts.map