import { Options } from '../../../shared/types.js'; declare function createSrc(options: Options): Promise<{ "greet.ts": string; "index.ts": string; "types.ts": string; "greet.test.ts"?: string | undefined; }>; export { createSrc };