import { Analysis } from 'base-analysis'; /** * Parse a file from 2636B instrument. * @param text - Text from the file. * @param name - Name of the experiment. * @returns - Analysis object. */ export declare function from2636b(text: string, name?: string): Analysis; //# sourceMappingURL=index.d.ts.map