export function getPin(hashedOthentSub: string): Promise; export function verifyToken(token: string): Promise; export function storeAuthData(token: string, username?: string, othentData?: any): Promise; export function clearAuthData(): Promise; export function getStoredAuthData(): Promise; //# sourceMappingURL=auth.d.ts.map