import { Handler } from '../types'; export declare function createProxyHandler(localPath: string, dest: string): Handler;