export declare enum ErrorCodes { IndexNotFound = 0 } export declare function error(error: Error, help?: ErrorCodes): void;