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