export declare class ChileIdCardRequestBody { image?: string; url?: string; constructor(); withImage(image: string): ChileIdCardRequestBody; withUrl(url: string): ChileIdCardRequestBody; } //# sourceMappingURL=ChileIdCardRequestBody.d.ts.map