export declare class Callable { protected caller: string; constructor(caller: string | Callable); toString(): string; } //# sourceMappingURL=Callable.d.ts.map