declare type Rule = { groupName: string; emptyLineBefore: 'always'; noEmptyLineBetween: true; properties: string[]; }; export declare const propertyOrdering: Rule[][]; export {};