import { ITypedApplication } from "../../structures/ITypedApplication";
export declare namespace SdkHttpCloneReferencer {
    const replace: (app: ITypedApplication, websocket?: Set<string>) => void;
}
