import { GuidValue } from "@omnia/fx/models"; export declare class ImageService { private opmHttpClient; constructor(); getLegacyShapeTemplateContent: (shapeTemplateId: GuidValue) => Promise; }