export interface VariavelInterface {
    valor: any;
    tipo: string;
    subtipo?: string;
    imutavel: boolean;
    tipoExplicito?: boolean;
    nomeReferencia?: string;
}
//# sourceMappingURL=variavel-interface.d.ts.map