import type { CLIInvocation } from '@struktoai/mirage-core/commands/cli/types'; import type { CommandFnResult } from '@struktoai/mirage-core/commands/config'; /** Print the account the configured token belongs to. */ export declare function whoamiCmd(inv: CLIInvocation): Promise; /** * List the stored access tokens. * * A workspace has no token store: an install carries exactly one credential, * given to it by the embedding program. So this reports that one under * upstream's own two-column shape rather than pretending to a set it cannot * hold, and reports nothing when there is none. */ export declare function listCmd(inv: CLIInvocation): Promise; //# sourceMappingURL=auth.d.ts.map