export interface ProtoCallableOptions { /** Call implementation */ call(this: void, ...args: unknown[]): unknown; /** `prototype` to use to inherit resulting object fields */ prototype: object | null; } //# sourceMappingURL=ProtoCallableOptions.d.ts.map