export type closeParam = { reason: string; }; export type XHRResultItem = { label: string; value: string; }; //# sourceMappingURL=types.d.ts.map