/**
 * Callback Definition
 */
export declare type Cb<T> = (_: T) => void;
//# sourceMappingURL=Cb.d.ts.map