import type { CEP_Extended_Panel } from "../cep-config"; export declare const extensionTemplate: ({ id, name, parameters, autoVisible, mainPath, type, host, panelDisplayName, width, height, minWidth, minHeight, maxWidth, maxHeight, iconNormal, iconDarkNormal, iconNormalRollOver, iconDarkNormalRollOver, scriptPath, startOnEvents, }: CEP_Extended_Panel) => string;