export declare class MissingScopeError extends Error { constructor(error: any); } export declare function logMissingScopeWarning(error: MissingScopeError): void; export declare function isMissingScopeError(error: any): any; export declare function handleSecretsError(error: any): void;