export declare const DEFAULT_OAUTH_CALLBACK_URL = "https://api.instantdb.com/runtime/oauth/callback"; export declare const GOOGLE_AUTHORIZATION_ENDPOINT = "https://accounts.google.com/o/oauth2/v2/auth"; export declare const GOOGLE_TOKEN_ENDPOINT = "https://oauth2.googleapis.com/token"; export declare const GOOGLE_DISCOVERY_ENDPOINT = "https://accounts.google.com/.well-known/openid-configuration"; export declare const APPLE_AUTHORIZATION_ENDPOINT = "https://appleid.apple.com/auth/authorize"; export declare const APPLE_TOKEN_ENDPOINT = "https://appleid.apple.com/auth/token"; export declare const APPLE_DISCOVERY_ENDPOINT = "https://appleid.apple.com/.well-known/openid-configuration"; export declare const LINKEDIN_AUTHORIZATION_ENDPOINT = "https://www.linkedin.com/oauth/v2/authorization"; export declare const LINKEDIN_TOKEN_ENDPOINT = "https://www.linkedin.com/oauth/v2/accessToken"; export declare const LINKEDIN_DISCOVERY_ENDPOINT = "https://www.linkedin.com/oauth/.well-known/openid-configuration"; //# sourceMappingURL=consts.d.ts.map