export declare class ClientApiTokenShareHistory { id: number; appClientId: string; clientId: number; sharedBy: string; sharedWith: string; sharedAt: Date; }