import type { ResourceOperations } from '../fixture/types.js'; import type { BehaviorConfig } from './types.js'; export declare function withBehaviors(ops: ResourceOperations, config: BehaviorConfig, resourceName?: string): ResourceOperations; //# sourceMappingURL=compose.d.ts.map