import AppDataSet from "./AppDataSet"; import { EditAnimation, EditPattern, EditProfile, EditRule } from "./edit"; import * as Json from "./jsonTypes"; export declare function toPattern(pattern: Readonly): EditPattern; export declare function toRules(animations: readonly EditAnimation[], rules?: readonly Readonly[]): EditRule[]; export declare function toProfile(profile: Readonly, animations: readonly EditAnimation[]): EditProfile; export declare function toAnimation(anim: Readonly>, patterns: readonly EditPattern[]): EditAnimation; export declare function loadAppDataSet(jsonData: Readonly): AppDataSet; //# sourceMappingURL=loadAppDataSet.d.ts.map