import { EmptyService } from './emptyService'; import { TextService } from './textService'; export declare function createTextEmptyService(textService: TextService): EmptyService;