import { VisitanteComumInterface } from '../interfaces';
import { ConstrutoInterface } from '../interfaces/construtos/construto-interface';
export declare class AtribuicaoPorIndice implements ConstrutoInterface {
    linha: number;
    hashArquivo: number;
    objeto: ConstrutoInterface;
    valor: ConstrutoInterface;
    indice: ConstrutoInterface;
    constructor(hashArquivo: number, linha: number, objeto: ConstrutoInterface, indice: ConstrutoInterface, valor: ConstrutoInterface);
    aceitar(visitante: VisitanteComumInterface): Promise<any>;
    paraTexto(): string;
    paraTextoSaida(): string;
}
//# sourceMappingURL=atribuicao-por-indice.d.ts.map