import { JSONSchemaType } from 'ajv';
import { Invoice } from './invoice.interface';
export declare const invoiceSchema: JSONSchemaType<Invoice>;
