export declare type AppleAuth = { appleIdToken: string | null; appleUnconfirmedAuthToken: string | null; };