import { KVL, LDDict } from "../../ldaccess"; export declare const TEXT_TEMPLATE = "text/template"; export declare const TEXT_FRAGMENT_ONE = "text/fragment-one"; export declare const TEXT_FRAGMENT_TWO = "text/fragment-two"; export declare const TEXT_ALTERNATIVE = "text/alternative"; export declare const TEXT_FILLER_TYPE = "text/Textfiller-Type"; export declare const ARITHMETIC_OUTPUT_TYPE = LDDict.Text; export declare const TextfillerName: string; export declare const textfillerItptKeys: string[]; export declare const TextfillerOutputKVs: KVL[]; export declare const TextfillerBlock: any;