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