import * as yup from 'yup'; export type CreateParticipantRequest = { name: string; }; export type CreateParticipantResponse = { identity: string; }; export declare const CreateParticipantRequestSchema: yup.ObjectSchema; export declare const CreateParticipantResponseSchema: yup.ObjectSchema; //# sourceMappingURL=createParticipant.d.ts.map