export type ChannelsCreateProps = { name: string; members?: string[]; teams?: string[]; readOnly?: boolean; extraData?: { broadcast?: boolean; encrypted?: boolean; teamId?: string; }; excludeSelf?: boolean; }; export declare const isChannelsCreateProps: import("ajv").ValidateFunction; //# sourceMappingURL=ChannelsCreateProps.d.ts.map