/** * Combinator function that represents a NO OP. Always returns undefined */ export declare const noop: () => void; //# sourceMappingURL=noop.d.ts.map