declare namespace _exports {
    export { Option };
}
declare const _exports: RuleModule<[Option]>;
export = _exports;
type Option = {
    skip?: string[] | undefined;
};
import type { RuleModule } from "../types";
//# sourceMappingURL=no-extra-spacing-text.d.ts.map