import PvStatus from './pv_status_t'; export declare class PicovoiceError extends Error { } export declare class PicovoiceOutOfMemoryError extends PicovoiceError { } export declare class PicovoiceIOError extends PicovoiceError { } export declare class PicovoiceInvalidArgumentError extends PicovoiceError { } export declare class PicovoiceStopIterationError extends PicovoiceError { } export declare class PicovoiceKeyError extends PicovoiceError { } export declare class PicovoiceInvalidStateError extends PicovoiceError { } export declare class PicovoiceRuntimeError extends PicovoiceError { } export declare class PicovoiceActivationError extends PicovoiceError { } export declare class PicovoiceActivationLimitReachedError extends PicovoiceError { } export declare class PicovoiceActivationThrottledError extends PicovoiceError { } export declare class PicovoiceActivationRefusedError extends PicovoiceError { } export declare function pvStatusToException(pvStatus: PvStatus, errorMessage: string): void; //# sourceMappingURL=errors.d.ts.map