import { type KeyObject } from 'node:crypto'; export declare function mintToken(opts: { privateKey: KeyObject; kid: string; agentName: string; workspace: string; scopes: string[]; ttlSeconds?: number; }): string; //# sourceMappingURL=token.d.ts.map