import { IKey } from "./key"; /** The class that represents Custom type key. */ export interface ICustomKey extends IKey { } //# sourceMappingURL=custom_key.d.ts.map