export declare function fetchPreviousVersion(token: string, options?: {
    priorTo?: string;
    majorVersion?: string;
}): Promise<string>;
