export declare class GPXProcessing { private static readonly GPX_FLOAT_ACCURACY; static isMetaFile(fullPath: string): boolean; static isGPXFile(fullPath: string): boolean; static generateConvertedPath(filePath: string): string; static isValidConvertedPath(convertedPath: string): Promise; static compressedGPXExist(filePath: string): Promise; static compressGPX(filePath: string): Promise; }