import { type WorkspaceStore } from '@scalar/workspace-store/client'; import type { WorkspaceEventBus } from '@scalar/workspace-store/events'; /** * Command Palette Import Postman Component * * Imports Postman collections from URL, file, or pasted JSON, including * request selection, merge-into-existing, and convert options. */ declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: import("vue").DefineComponent<{ workspaceStore: WorkspaceStore; /** Event bus for emitting import events */ eventBus: WorkspaceEventBus; /** Pre-filled collection JSON (e.g. from file pick or redirected paste) */ inputValue: string; }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { close: () => any; back: (keyboardEvent: KeyboardEvent) => any; }, string, import("vue").PublicProps, Readonly<{ workspaceStore: WorkspaceStore; /** Event bus for emitting import events */ eventBus: WorkspaceEventBus; /** Pre-filled collection JSON (e.g. from file pick or redirected paste) */ inputValue: string; }> & Readonly<{ onClose?: (() => any) | undefined; onBack?: ((keyboardEvent: KeyboardEvent) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; //# sourceMappingURL=CommandPaletteImportPostman.vue.d.ts.map