export declare type Callback = (err?: Error) => void;
