/** * Full Postman collection import preview: metadata, request picker, merge target, and convert options. */ declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: __VLS_WithSlots any; "update:mergeSamePathAndMethod": (value: boolean | undefined) => any; }, string, import("vue").PublicProps, Readonly<{ title: string; version: string; schema?: string; totalRequests: number; availableTargetDocuments: { slug: string; label: string; }[]; hasCollisionPathKeys: boolean; } & { selectedTargetDocument?: { slug: string; label: string; } | null; mergeSamePathAndMethod?: boolean; }> & Readonly<{ "onUpdate:selectedTargetDocument"?: ((value: { slug: string; label: string; } | null | undefined) => any) | undefined; "onUpdate:mergeSamePathAndMethod"?: ((value: boolean | undefined) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, { treePicker: () => unknown; }>; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=PostmanImportPreview.vue.d.ts.map