declare const _default: {
    /**
     * Require or disallow Unicode byte order mark (BOM).
     *
     * @link eslint: {@link https://eslint.org/docs/latest/rules/unicode-bom}
     * @link airbnb-base: {@link https://github.com/airbnb/javascript/blob/eslint-config-airbnb-v19.0.4/packages/eslint-config-airbnb-base/rules/style.js#L521}
     */
    'unicode-bom': ["error", string];
};
export default _default;
