/** Quantum Resource Object */
export interface QuantumResources {
    /** ID of the QPU flavor */
    qpuFlavorId?: string;
}
//# sourceMappingURL=QuantumResources.d.ts.map