/**
 * Token Command - Display current API token
 * @package @ace-sdk/cli
 */
export declare function tokenCommand(options: {
    reveal?: boolean;
}): Promise<void>;
//# sourceMappingURL=token.d.ts.map