import { ShanResource } from "../resourceParsers/ShanResource";
import { Animation } from "novadatainterface/Animation";
declare function ShanParse(shan: ShanResource, notFoundFunction: (message: string) => void): Promise<Animation>;
export { ShanParse };
