import type { Callback, Records, Signifier } from './types.js';
export declare const isSignifier: (value: Callback | Records | Signifier) => value is Signifier;
