export type Callback = (err: Error | null, result?: T) => void; //# sourceMappingURL=Callback.d.ts.map