import type { ObjectBase } from "../bases"; export declare class ForceMethodBase extends Error { constructor(className: string, methodName: string); } export declare class ForceMethodImplementation extends Error { constructor(context: ObjectBase | typeof ObjectBase | string, methodName: string); }