import type { Asset } from "webpack";
/**
 * @param asset
 * @returns The MD5 hash of the asset's source.
 *
 * @private
 */
export declare const getAssetHash: (asset: Asset) => string | null;
//# sourceMappingURL=get-asset-hash.d.ts.map