import { CharRule as BaseCharRule, type CharRuleConfig } from '@os-team/lexical-rules'; /** * See https://www.w3.org/TR/xml/#NT-PubidChar */ declare class PubidCharRule extends BaseCharRule { constructor(config?: CharRuleConfig); } export default PubidCharRule; //# sourceMappingURL=PubidCharRule.d.ts.map