import { Infer } from "superstruct"; export type ParsedInfo = Infer; export declare const ParsedInfo: import("superstruct").Struct<{ type: string; info?: any; }, { type: import("superstruct").Struct; info: import("superstruct").Struct; }>; //# sourceMappingURL=index.d.ts.map