export declare type CallbackFunction = ((err: null, val: any) => void) | ((err: Error) => void);
