export interface CobreFacilParams {
    baseUrl?: string;
    app_id: string;
    secret: string;
}
//# sourceMappingURL=CobreFacilParams.d.ts.map