export declare const prefix = "Neurosity SDK: ";
export declare const mustSelectDevice: Error;
export declare const metricNotSupportedByModel: (metric: string, modelVersion: string) => Error;
export declare const locationNotFound: (location: string, modelVersion: string) => Error;
export declare const exceededMaxItems: (maxItems: number) => Error;
//# sourceMappingURL=errors.d.ts.map