export declare const startsWith: (startPosition: number | undefined) => (searchString: string) => (string: string) => string;
