export declare const ErrorList: string[]; /** * Validate the error or throw an error * @param error */ export declare function ValidateError(error?: string): void; //# sourceMappingURL=errors.d.ts.map