/** Engine Template */
export interface CapabilitiesTemplate {
    /** Number of cores of the template */
    cores: number;
    /** ID of the template */
    id: number;
    /** Memory in bytes of the template */
    memory: number;
}
//# sourceMappingURL=CapabilitiesTemplate.d.ts.map