export function noop() {/**/} export type AnyCallback = (error: Error, result?: any) => void;