import { BaseCommand } from "./ICommand.js";
/**
 * Check tokens command - check the status of all Linear tokens
 */
export declare class CheckTokensCommand extends BaseCommand {
    execute(_args: string[]): Promise<void>;
}
//# sourceMappingURL=CheckTokensCommand.d.ts.map