export declare class ObjectPropertyCodeRetriever {
    get(object: any, propertyName: string): string;
}
