import type { TectoyLCDFuncaoType, TectoyLCDMultiTextoType } from './types/tectoysunmi-types'; declare const TecToySunmiLCDSDK: { ControlarLCD: (funcao: TectoyLCDFuncaoType) => Promise; EnviarTexto: (texto?: string, tamanho_fonte?: number, preencher?: boolean) => Promise; EnviarTextos: (data: TectoyLCDMultiTextoType) => Promise; }; export default TecToySunmiLCDSDK;