import { VisitanteComumInterface } from '../interfaces';
import { ConstrutoInterface } from '../interfaces/construtos/construto-interface';
export declare class AcessoPropriedade implements ConstrutoInterface {
    linha: number;
    hashArquivo: number;
    objeto: ConstrutoInterface;
    nomePropriedade: string;
    tipoRetornoPropriedade: string;
    constructor(hashArquivo: number, objeto: ConstrutoInterface, nomePropriedade: string, tipoRetornoPropriedade?: string);
    aceitar(visitante: VisitanteComumInterface): Promise<any>;
    paraTexto(): string;
    paraTextoSaida(): string;
}
//# sourceMappingURL=acesso-propriedade.d.ts.map