import { Predicate } from './types';
export declare const predicateName: ({ displayName, name }: Predicate<any>) => string;
