import { SharedValueProvider } from "@kie-tools-core/envelope-bus/dist/api"; export type editorDisplayOptions = "full" | "diagram" | "text"; export interface SwfPreviewOptions { defaultWidth?: string; editorMode?: editorDisplayOptions; } export interface SwfPreviewOptionsChannelApi { kogitoSwfPreviewOptions_get(): SharedValueProvider; } //# sourceMappingURL=SwfPreviewOptionsChannelApi.d.ts.map