export declare const runFunctionsProxy: ({ binaryPath, context, directory, event, name, timeout, }: {
    binaryPath: string;
    context: Record<string, unknown>;
    directory: string;
    event: Record<string, unknown>;
    name: string;
    timeout: number;
}) => Promise<import("execa").ExecaReturnValue<string>>;
//# sourceMappingURL=local-proxy.d.ts.map