import { BaseEditorResources } from "../../common/EditorResources"; export declare class ServerlessWorkflowCombinedEditorResources extends BaseEditorResources { get(args: { resourcesPathPrefix: string; }): any; getReferencedJSPaths(resourcesPathPrefix: string, gwtModuleName: string): never[]; getReferencedCSSPaths(resourcesPathPrefix: string, gwtModuleName: string): never[]; getFontResources(resourcesPathPrefix: string, gwtModuleName: string): never[]; getEditorResourcesPath(): string; getTemplatePath(): string; getHtmlOutputPath(): string; } //# sourceMappingURL=SwfCombinedEditorResources.d.ts.map