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