export declare const removeSymbolAt: (str: string, symbol: string, position?: number) => string;
