import type { Command } from "@oclif/core"; export declare const setSecretInConfig: (command: Command, configData: Record, secret: string) => Promise; export declare const getSecretFromConfig: (credsConfig: Record) => Promise;