/** * A secrets source could not answer, or was addressed wrongly. * * One type for the whole package: fetch failures, malformed refs and * registry misses all speak it with distinct messages. These are * host-plane errors in mirage's config voice; the agent plane only * ever sees one as a failed command's stderr naming the variable and * the source it needed. */ export declare class SecretsError extends Error { constructor(message: string, options?: ErrorOptions); } //# sourceMappingURL=errors.d.ts.map