export declare const NOOP: () => void; /** * When used in `Promise#catch`, means the promise should never throw errors. * An explicit way to suppress ESLint floating promise warnings. */ export declare function unreachable(...args: unknown[]): never; //# sourceMappingURL=no-op.d.ts.map