import { IBizroadOptions } from '../types';
export declare const findFile: (dir: string, target: string, extensions: string[]) => string | false;
export declare const mergeFilepath: (mergePath: string, filepath: string, { alias, extensions }: IBizroadOptions) => {
    synthesisPath: string;
    status: boolean;
};
