export type ChannelsGetIntegrationsProps = { roomId: string; includeAllPublicChannels?: string; } | { roomName: string; includeAllPublicChannels?: string; }; export declare const isChannelsGetIntegrationsProps: import("ajv").ValidateFunction; //# sourceMappingURL=ChannelsGetIntegrationsProps.d.ts.map