import { CommandContext } from '../context/types.js';
export declare function getValidatorAddress({ context, accessKey, secretKey, region, bucket, keyId, }: {
    context: CommandContext;
    accessKey?: string;
    secretKey?: string;
    region?: string;
    bucket?: string;
    keyId?: string;
}): Promise<void>;
//# sourceMappingURL=address.d.ts.map