export declare const useLoginAuthentication: () => { signUpWithCredential: (username: string, password: string) => Promise; token: string; };