import { Character } from "../types";
export * from "./abs";
export * from "./boolc";
export * from "./ceil";
export * from "./concat_lines_of";
export * from "./condense";
export * from "./contains";
export * from "./cos";
export * from "./count_any_of";
export * from "./count";
export * from "./escape";
export * from "./find";
export * from "./floor";
export * from "./frac";
export * from "./from_mixed";
export * from "./insert";
export * from "./ipow";
export * from "./lines";
export * from "./match";
export * from "./matches";
export * from "./nmax";
export * from "./nmin";
export * from "./numofchar";
export * from "./repeat";
export * from "./replace";
export * from "./reverse";
export * from "./round";
export * from "./segment";
export * from "./shift_left";
export * from "./shift_right";
export * from "./sign";
export * from "./sin";
export * from "./sqrt";
export * from "./strlen";
export * from "./substring_after";
export * from "./substring_before";
export * from "./substring";
export * from "./sy";
export * from "./tan";
export * from "./to_lower";
export * from "./to_mixed";
export * from "./to_upper";
export * from "./translate";
export * from "./trunc";
export * from "./xstrlen";
export declare const abap_true: Character;
export declare const abap_false: Character;
export declare const abap_undefined: Character;
export declare const space: Character;
export declare const $_backspace: Character;
export declare const $_cr_lf: Character;
export declare const $_formfeed: Character;
export declare const $_horizontal_tab: Character;
export declare const $_newline: Character;
export declare const $_vertical_tab: Character;
