declare function convertToSimpleJson(input: any, bStraight?: boolean): any; declare function convertToScillaData(node: any): any; declare function convertToScillaDataList(input: any): any; declare function fetchCustomData(name: any, rule: any): any; export declare const ScillaDataParser: { convertToSimpleJson: typeof convertToSimpleJson; convertToScillaData: typeof convertToScillaData; convertToScillaDataList: typeof convertToScillaDataList; fetchCustomData: typeof fetchCustomData; }; export {};