export interface IError {
    code: number;
    message: string;
}
//# sourceMappingURL=error.d.ts.map