/** * Get tax tables action — list tax tables for the company. */ import type { GetTaxTables } from "./types"; export declare const getTaxTables: GetTaxTables;