import { MetadataRegistry } from './types';
/** "did you mean" for Metadata type names */
export declare const getTypeSuggestions: (registry: MetadataRegistry, typeName: string) => string[];
export declare const getSuffixGuesses: (suffixes: string[], input: string) => string[];
