import { Schema } from '@hapi/joi'; import { Channel } from '../types'; export default function getChannelSchema(channel: Channel): Schema; //# sourceMappingURL=getChannelSchema.d.ts.map