export declare type KeyValue = { key: T; value: U; }; export declare type User = { id: string; email: string; custom: { [key: string]: string; }; };