import { ITypedApplication } from "../../structures/ITypedApplication";
export declare namespace SdkWebSocketCloneProgrammer {
    const write: (app: ITypedApplication) => Promise<Set<string>>;
    const importKey: (file: string, name: string) => string;
    const isNodeModulesPath: (file: string) => boolean;
}
