import { AutoEncoder } from '@simonbackx/simple-encoding'; import { Country } from './CountryDecoder.js'; export declare class Province extends AutoEncoder { id: string; name: string; country: Country; } //# sourceMappingURL=Province.d.ts.map