import { FloodGateClient } from "./FloodGateClient"; import { IUser } from "./User"; export declare function createClient(_sdkKey: string): FloodGateClient; export declare function createAutoUpdateClient(_sdkKey: string, _config: any): FloodGateClient; export declare function createUser(_id: string, _email?: string, _customAttributes?: { [key: string]: string; }): IUser; export declare function createFloodgateUser(_id: string, _customAttributes?: { [key: string]: string; }): IUser;