import type { InvoiceData } from "../core/types";
export declare function defaultFilename({ invoice }: {
    invoice: InvoiceData;
}): string;
