export declare class SiteTax { taxId: number; siteId: number; taxName: string; shortName: string; percentage: number; }