import { ArgType, NativeFunction } from "../../structures";
declare const _default: NativeFunction<[import("../../structures").IArg<ArgType.Guild, true, false, import("../../structures").EnumLike>, {
    name: string;
    description: string;
    required: true;
    rest: false;
    type: ArgType.String;
}], true>;
export default _default;
//# sourceMappingURL=guildChannelID.d.ts.map