export declare class ResultCode { static SUCCESS: string; static NOT_FOUND: string; static ERROR: string; }