declare const _default: { /** * Enforce consistency of spacing after the start of a comment `//` or `/*`. * @see https://eslint.style/rules/spaced-comment (@stylistic) * @see https://github.com/airbnb/javascript/blob/eslint-config-airbnb-v19.0.4/packages/eslint-config-airbnb-base/rules/style.js#L499-L509 (airbnb-base) */ '@stylistic/spaced-comment': ["error", string, { line: { exceptions: string[]; markers: string[]; }; block: { exceptions: string[]; markers: string[]; balanced: boolean; }; }]; }; export default _default;