import type { BuildContext } from "../types.d.cts";
declare const createStub: (context: BuildContext) => Promise<void>;
export = createStub;
