export declare class ClientApiToken { clientId: number; appClientId: string; userId: string; appClientName: string; appClientSecret: string; scopes: string[]; createdAt?: Date; updatedAt?: Date; }