export declare const enum ErrorCode { SUCCESS = 0, NOTENOUGH = 1, NOTOWNER = 2, NOTISSUER = 3, ERRORINSTRATEGY = 4, OWNER = 5 }