import type { IUserProfile, IZaloAuthResponse } from './NativeZaloKit';
export declare const login: (authType: string) => Promise<IZaloAuthResponse>;
export declare const logout: () => void;
export declare const isAuthenticated: () => Promise<boolean>;
export declare const getUserProfile: () => Promise<IUserProfile>;
export declare const getApplicationHashKey: () => string;
//# sourceMappingURL=index.d.ts.map