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