export declare const substring: (end: number | undefined) => (start: number) => (string: string) => string;
