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