import { EdifactMessageSpecification } from "./edi/messageStructureParser"; export declare function isDefined(value: T | undefined | null): value is T; export declare function persist(data: EdifactMessageSpecification, path: string, pretty?: boolean): void; export declare function storeAllDefaultSpecs(version: string, location: string): void; //# sourceMappingURL=util.d.ts.map