export declare type Callback<T> = (err: Error | null, result?: T) => void;
