import ts from "typescript";
import { INestiaProject } from "../../structures/INestiaProject";
import { ITypedHttpRoute } from "../../structures/ITypedHttpRoute";
import { ImportDictionary } from "./ImportDictionary";
export declare namespace SdkHttpRouteProgrammer {
    const write: (project: INestiaProject) => (importer: ImportDictionary) => (route: ITypedHttpRoute) => ts.Statement[];
}
