import type { IMetadata } from './types';
export declare const hasEvaluatorMetadata: (metadata: object | undefined) => metadata is IMetadata;
