import { type InstanceBinding } from '../../binding/models/InstanceBinding.js'; import { type Resolved, type SyncResolved } from '../models/Resolved.js'; export declare function resolvePostConstruct(instance: SyncResolved & Record, binding: InstanceBinding, postConstructMethodName: string | symbol): Resolved; //# sourceMappingURL=resolvePostConstruct.d.ts.map