export declare function format(first: string, middle: string, last: string): string; export declare function getProps(obj: T): T;