import type { Callback } from './types.js';
export declare const isCallback: (value: unknown) => value is Callback;
