import { InterpretadorInterface } from '../interfaces';
import { PrimitivaInterface } from '../interfaces/primitiva-interface';
export declare const implementacaoParticao: (interpretador: InterpretadorInterface, texto: any, separador: any, ...args: any[]) => Promise<any>;
declare const _default: {
    [nome: string]: PrimitivaInterface;
};
export default _default;
//# sourceMappingURL=primitivas-texto.d.ts.map