/** * Digest a release artifact using the standard SHA-256 file digest. Directory targets use a * deterministic, tagged tree digest so deployment bundles can be certified without archiving them. */ export declare function digestDatabricksArtifact(target: string): Promise; //# sourceMappingURL=artifact-digest.d.ts.map