import { Bloco } from '../declaracoes';
import { VisitanteDeleguaInterface } from '../interfaces';
import { FazerInterface } from '../interfaces/delegua';
import { ConstrutoInterface } from '../interfaces/construtos/construto-interface';
export declare class FazerComoConstruto implements ConstrutoInterface, FazerInterface {
    linha: number;
    hashArquivo: number;
    caminhoFazer: Bloco;
    condicaoEnquanto: ConstrutoInterface;
    constructor(hashArquivo: number, linha: number, caminhoFazer: Bloco, condicaoEnquanto: ConstrutoInterface);
    aceitar(visitante: VisitanteDeleguaInterface): Promise<any>;
    paraTexto(): string;
    paraTextoSaida(): string;
}
//# sourceMappingURL=fazer-como-construto.d.ts.map