declare function getKeyAttributeName(): string | null; declare function setKeyAttributeName(name: string | null): void; export { DEBUG } from "./debug"; export { getKeyAttributeName, setKeyAttributeName };