import { BaseError } from './BaseError.js';
export declare class MissingSafeProviderError extends BaseError<string> {
    constructor(message?: string, cause?: any);
}
