import { Inhibitor } from './Inhibitor'; import type { CommandContext } from '../lib/structures/contexts/CommandContext'; import type { ComponentContext } from '../lib/structures/contexts/ComponentContext'; export declare class Nsfw extends Inhibitor { run(ctx: CommandContext | ComponentContext): boolean | any; } //# sourceMappingURL=Nsfw.d.ts.map