import NotifyResponseError from './response-error';
export declare class ElectronNotSupportedError extends NotifyResponseError {
    constructor(message?: string);
}
export default ElectronNotSupportedError;
