import { FsUtility } from '@contentstack/cli-utilities'; export declare const formatError: (error: any) => any; export declare const fsUtil: FsUtility; export declare const askProjectName: (defaultValue: unknown) => Promise;