export declare const noop: (...args: any[]) => void;
export declare function gen_noop<A>(): (a: A) => void;
