import { RuleContext, ObjectExpression, GetOrderFunction } from '../types'; /** * Checks if properties in an object expression are in the correct order * and reports violations with auto-fix capability */ export declare function checkAndReport(context: RuleContext, node: ObjectExpression, getOrder: GetOrderFunction): void; //# sourceMappingURL=checkAndReport.d.ts.map