export declare const getWholeChar: (str: string, i: number) => string;
