import { type SyncFunction } from './types.cjs'; export declare function isSyncFunction(item: unknown): item is SyncFunction;