import * as yup from 'yup'; export type ImportParticipantRequest = { name: string; identity: string; secret?: string; }; export type ImportParticipantResponse = { identity: string; }; export declare const ImportParticipantRequestSchema: yup.ObjectSchema; export declare const ImportParticipantResponseSchema: yup.ObjectSchema; //# sourceMappingURL=importParticipant.d.ts.map