export default class Client { static size(raw: { [key: string]: any; }): number; static keySet(raw: { [key: string]: any; }): string[]; }