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