/** * @description * return parse function */ export declare function Parse(): (exp: any) => Function;