export declare const JS_CONFIG_FILENAME = "algob.config.js"; export declare const ASSETS_DIR = "assets"; export declare const ARTIFACTS_DIR = "artifacts"; export declare const CACHE_DIR: string; export declare function isCwdInsideProject(): boolean; export declare function getUserConfigPath(): string | undefined; export declare function assertAllDirs(): Promise; export declare function assertDir(dirname: string): Promise;