import { ESLintUtils } from "@typescript-eslint/utils";
type Options = [
    {
        checkWhitespaceOnly?: boolean;
        checkNoSubstitutionTemplates?: boolean;
        ignoreZeroWidth?: boolean;
        allowContexts?: string[];
    }
];
declare const rule: ESLintUtils.RuleModule<"emptyStringNotAllowed", Options, unknown, ESLintUtils.RuleListener>;
export default rule;
//# sourceMappingURL=no-empty-strings.d.ts.map