import { FieldSymbol } from "../types";
import { ICharacter } from "../types/_character";
export declare function substring_before(input: {
val: ICharacter | FieldSymbol | string;
sub?: ICharacter | string;
regex?: ICharacter | string;
}): ICharacter;