export declare function totpAddCommand(opts: {
    label?: string;
    uri?: string;
    secret?: string;
    issuer?: string;
}): Promise<void>;
export declare function totpListCommand(): Promise<void>;
export declare function totpCodeCommand(secretId: string): Promise<void>;
export declare function totpRemoveCommand(secretId: string): Promise<void>;
