export declare class GetCurrentUserByApiKeyQuery {
    readonly apiKey: string;
    constructor(apiKey: string);
}
