export declare class NameUtil { static toFullName(obj: { firstName: string; lastName: string; }): string; }