import Argument from '@alirya/function/argument/argument'; import ToString from './to-string'; export default class Callback implements Argument, ToString> { callback: (...argument: Arguments) => string; argument: Arguments; constructor(callback: () => string); constructor(callback: (...argument: Arguments) => string, argument: Arguments); toString(...options: Arguments): string; } //# sourceMappingURL=callback.d.ts.map