export declare type Vereniging = { code: string; naam: string; vestigingsplaats: string; website: string; email: string; telefoon: string; };