import { ConeConfig, ConeScaffoldProps, ProjectFileProcessor } from '../type'; export declare const CONE_CONFIG_FILE_NAME = "cone.conf.json"; export declare function checkIsConeProject({ dir, throwWhenNotValid, }?: { dir?: string; throwWhenNotValid?: boolean; }): Promise; export declare function loadConeConfig(dir: string): Promise; export declare function writeConeConfig(dir: string, coneConfig: ConeConfig): Promise; export declare function getProjectScaffoldConfig(dir: string): Promise; export declare function getConeAssetPkgs(props: ConeScaffoldProps): string[]; export declare const updateConeConfig: ProjectFileProcessor; //# sourceMappingURL=cone-config.d.ts.map