import { CustomHasher } from '@nrwl/devkit';
/**
 * This is a boilerplate custom hasher that matches
 * the default Nx hasher. If you need to extend the behavior,
 * you can consume workspace details from the context.
 */
export declare const sonarHasher: CustomHasher;
export default sonarHasher;
