import { IOffer } from '../domain/IOffer'; export declare const invoiceName: (offer: IOffer) => string;