import yargs from 'yargs';
export declare const command = "logout";
export declare const describe = "log out of SIMBAChain SCaaS";
export declare const builder: {};
/**
 * deletes access/auth token from configstore (authconfig.json)
 * @param args
 */
export declare const handler: (args: yargs.Arguments) => Promise<any>;
/**
 * deletes access/auth token from configstore (authconfig.json)
 * @returns
 */
export declare function logout(): Promise<any>;
//# sourceMappingURL=logout.d.ts.map