export declare const accountType: (type: string) => void; export declare const loginObject: (data: any, { type, throw: _throw }?: any) => boolean; interface ObjectKeysResult { keys: string[]; validKeys: string[]; invalidKeys: string[]; } export declare const objectKeys: (keys: string[], collection: object | (string | number)[]) => ObjectKeysResult; export {}; //# sourceMappingURL=validate.d.ts.map