import { Command } from '../Command'; /** * A command that prints the clipanion tokens. */ export declare class TokensCommand extends Command { static paths: string[][]; args: string[]; execute(): Promise; }