/** * Inserts a template into the Designer Canvas using XSCP APIs. */ export declare const insertWithXSCP: (template: string) => Promise;