interface VaultGetOptions { bot?: string; path?: string; show?: boolean; } export declare function vaultGetCommand(key?: string, options?: VaultGetOptions): Promise; export {}; //# sourceMappingURL=vault-get.d.ts.map