import { LocalName } from './index.js';
export interface LocalNameCheck extends LocalName {
    added: boolean;
}
