import { Api as MixApi } from 'laravel-mix';
import type { EGlobType, Glob } from "../../Glob";
interface IProcessArgsResult {
    files: string[];
}
export declare function processArgsGlobCall(glob: Glob<EGlobType.args>, originalMethod: (...args: any[]) => MixApi): IProcessArgsResult;
export {};
