export interface ICommonCallback { (error: null | undefined, data: T): void; (error: Error): void; } //# sourceMappingURL=callback.d.ts.map