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