import type Container from './container'; import { ReflectMetadataType } from './types'; export declare function createLazyProperty(instance: any, md: ReflectMetadataType, container: Container): void;