export declare function format(first: string | undefined, middle: string | undefined, last: string | undefined): string;