import { Item } from './item.js';
export declare function close(item: Item): void;
export declare function getActiveElement(item: Item): HTMLElement;
export declare function error(_error: Error, msg: string): void;
export declare function counter(): number;