/**
 * Rule: No Empty Declarations
 * ---------------------------
 * Detects and reports any model declarations that are empty.
 * This rule helps maintain model integrity by ensuring that all declarations contain meaningful content,
 * preventing the inclusion of unused or placeholder declarations in the model.
 */
declare const _default: {
    given: string;
    severity: number;
    then: {
        function: import("@stoplight/spectral-core").IFunction;
    };
};
export default _default;
