export declare function parseGenotypesOnly(format: string, prerest: string, samples: string[]): Record<string, string>;
