/**
 * Collection of error codes.
 */
export declare const errorCode: {
    /**
     * Indicates the current Node.js SDK is not compatible with the SDK Version specified within the manifest.
     */
    incompatibleSdkVersion: number;
};
