export declare type ErrorResponse = { message?: string; errorId?: string; meta?: any; };