import { ConstrutoInterface } from '../../interfaces/construtos/construto-interface';
import { Tupla } from '../tupla';
export declare class Noneto extends Tupla {
    primeiro: ConstrutoInterface;
    segundo: ConstrutoInterface;
    terceiro: ConstrutoInterface;
    quarto: ConstrutoInterface;
    quinto: ConstrutoInterface;
    sexto: ConstrutoInterface;
    setimo: ConstrutoInterface;
    oitavo: ConstrutoInterface;
    nono: ConstrutoInterface;
    constructor(primeiro: ConstrutoInterface, segundo: ConstrutoInterface, terceiro: ConstrutoInterface, quarto: ConstrutoInterface, quinto: ConstrutoInterface, sexto: ConstrutoInterface, setimo: ConstrutoInterface, oitavo: ConstrutoInterface, nono: ConstrutoInterface);
    get sétimo(): any;
    set sétimo(valor: any);
    paraTexto(): string;
    paraTextoSaida(): string;
}
//# sourceMappingURL=noneto.d.ts.map