import type { LocalName } from "./index.ts";

export interface LocalNameCheck extends LocalName {
	added: boolean;
}
