export declare const ERR_INTERFACE_NOT_FOUND = "ERR_INTERFACE_NOT_FOUND";
export declare class InterfaceNotFoundError extends Error {
    constructor(message: string);
}
//# sourceMappingURL=errors.d.ts.map