export type Client = { id: string; name: string; allowedMaxBlocks: number; }; export declare function getClient(apiKey: string): Promise;