import { Taxe } from "../types/taxes"; export declare const getAll: () => Promise>; export declare const getBy: (sigla: string) => Promise>;