export type TeamsCreateProps = { name: string; type: 0 | 1; members?: string[]; room?: Record & { name?: string; id?: string; }; owner?: string; }; export declare const isTeamsCreateProps: import("ajv").ValidateFunction; //# sourceMappingURL=TeamsCreateProps.d.ts.map