import ProviderErrorBase from './ProviderErrorBase'; export default class SecretNotFoundError extends ProviderErrorBase { constructor(key: string); }