export declare function installStytch(stytchConfig: any): any; export declare function stytchOauthRedirect(oauthType: string): void; export declare function stytchSendMagicLink({ fieldVal }: any): any; export declare function stytchSendSms({ fieldVal }: any): any; export declare function stytchLoginOnLoad(featheryClient: any): Promise; export declare function stytchVerifySms({ fieldVal, featheryClient }: any): Promise; /** * [Hosted Login] This fn will set the Stytch cookie on the primary site domain. * For example, if a form is hosted at login.feathery.io the default Stytch * cookie will be set to login.feathery.io, so we set the same values for the * domain feathery.io, so that subdomains can be authenticated */ export declare function setStytchDomainCookie(): void; /** * [Hosted Login] This fn will clear the cookies set by setStytchDomainCookie. * This is needed if the session was revoked on another domain. */ export declare function clearStytchDomainCookie(): void; export declare function removeStytchQueryParams(): void; //# sourceMappingURL=stytch.d.ts.map