export declare class EncodeHelper { static encodeFrom(offset: number): string; static decodeFrom(from?: string): number; }