import type { Express } from 'express'; export declare const createProxy: ({ account, port, }: { account: string; port: number; }) => (app: Express) => void;