import * as z from 'zod'; export declare const LTI13LoginSchema: z.ZodObject<{ iss: z.ZodString; login_hint: z.ZodString; target_link_uri: z.ZodURL; client_id: z.ZodString; lti_deployment_id: z.ZodString; lti_message_hint: z.ZodOptional; }, z.core.$strip>; /** * Schema for handleLogin method parameters - extends LTI13LoginSchema * with the additional launchUrl parameter needed for method calls */ export declare const HandleLoginParamsSchema: z.ZodObject<{ iss: z.ZodString; login_hint: z.ZodString; target_link_uri: z.ZodURL; client_id: z.ZodString; lti_deployment_id: z.ZodString; lti_message_hint: z.ZodOptional; launchUrl: z.ZodUnion]>; }, z.core.$strip>; //# sourceMappingURL=lti13Login.schema.d.ts.map