import { Construct } from "constructs"; export declare function resolve(scope: Construct, obj: T, preparing?: boolean): T;