import { Seq } from "..";
/**
 * takes in an SBOL file in v1 or v2 format, and parses to an array of parts
 * that match the Loom data model
 */
declare const _default: (sbol: string, fileName: string) => Seq[];
export default _default;
