export declare const postHostedAuthLinkResponseSchema: import("@sinclair/typebox").TObject<{ object: import("@sinclair/typebox").TLiteral<"HostedAuthURL">; url: import("@sinclair/typebox").TString; }>;