declare const signIn: (callback?: string | undefined) => Promise<any>;
export default signIn;
