import { type ConstantValueBinding } from '../models/ConstantValueBinding.js'; export declare class ConstantValueBindingFixtures { static get any(): ConstantValueBinding; static get withCacheWithIsRightFalse(): ConstantValueBinding; static get withCacheWithIsRightTrue(): ConstantValueBinding; static get withOnActivationUndefined(): ConstantValueBinding; static get withCacheWithIsRightTrueOnDeactivationAsync(): ConstantValueBinding; static get withCacheWithIsRightTrueAndAsyncValueAndOnDeactivationSync(): ConstantValueBinding; static get withCacheWithIsRightTrueAndOnDeactivationSync(): ConstantValueBinding; static get withCacheWithIsRightTrueAndOnDeactivationUndefined(): ConstantValueBinding; static get withModuleIdUndefined(): ConstantValueBinding; static get withModuleId(): ConstantValueBinding; } //# sourceMappingURL=ConstantValueBindingFixtures.d.ts.map