export default function isDisabled(message?: string, options?: {
    inverted?: boolean;
}): void;
