import type { Bud } from '@roots/bud-framework';
interface Props {
    filter: Bud['hooks'][`filter`];
    relPath: Bud['relPath'];
}
export declare const filename: ({ filter, relPath }: Props) => string | ((pathData: import("webpack").PathData, assetInfo?: import("webpack").AssetInfo) => string);
export {};
