export declare function composeRange(range: number[]): string[];
export declare function parseRange(range: string[]): number[];
