export declare function reverse(text?: string | null, startInclusive?: number, endExclusive?: number): string | null | undefined;
