import z from 'zod'; export type TGetSurveyJsDomainSchema = z.infer; export declare const GetSurveyJsDomainSchema: z.ZodObject<{ protocolDid: z.ZodString; }, z.z.core.$strip>; export type TGetSettingsResourceSchema = (z.infer & { id: string; }) | (z.infer & { type: string; }); export declare const GetSettingsResourceSchema: z.ZodObject<{ id: z.ZodOptional; type: z.ZodOptional; protocolDid: z.ZodString; }, z.z.core.$strip>; export type CreateEntityParams = Uint8Array; //# sourceMappingURL=types.d.ts.map