import { ruleCreator } from "../_internal/rule-creator.js"; type MessageIds = "invalidFormat"; type Options = readonly []; /** * Enforce newline boundary formatting for multiline template literals. */ declare const rule: ReturnType>; export default rule; //# sourceMappingURL=template-literal-format.d.ts.map