export declare function removeStart(text?: string | null, remove?: string | null): string | null | undefined;
