import { Selector } from "../../../mdk-core/src";
export declare type BanTargetType = 'ips' | 'players';
export declare function ban(targets: Selector, reason?: string): string;
export declare function banIp(ip: string, reason?: string): string;
export declare function banList(type?: BanTargetType): string;
