import CustomError from "./CustomError.js"; export declare class KeyError extends CustomError { constructor(key: string | Symbol); } export declare class WindowsListError extends CustomError { constructor(); }