import * as z from 'zod'; /** * Common validation schemas used across the LTI tool */ export declare const SessionIdSchema: z.ZodString; //# sourceMappingURL=common.schema.d.ts.map