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