export { default as Alibaba, IAliCredential } from './alibaba'; export { prompt } from './inquirer'; export declare const validateInput: (input: string) => true | "Cannot be empty"; /** * 获取 yaml 文件路径 */ export declare function getYamlPath(): string; /** * 获取密钥文件的内容 * @returns */ export declare function getYamlContent(): Record>; /** * 获取设置密钥默认名称 * @returns */ export declare function getAliasDefault(): Promise; export declare function writeData(content: Record>): Promise;