declare function getName(options?: { name?: string; }, schema?: { title?: string; }): string; export { getName };