/**
 * Rule: String Length
 * ---------------------------
 * Ensures that all string within the data model have a length validator applied.
 * Which helps prevent inconsistent data length and ensure proper storage."
 */
declare const _default: {
    given: string[];
    severity: number;
    then: {
        function: import("@stoplight/spectral-core").IFunction;
    };
};
export default _default;
