import type { AVAILABLE_LICENSES } from "./repo.js"; export declare function readLicense({ directory }: { directory: string; }): Promise; export declare function writeLicense({ directory, contents, }: { directory: string; contents: string; }): Promise; export declare function generateLicense({ directory, license, author, }: { directory: string; license: (typeof AVAILABLE_LICENSES)[number]; author: string; }): Promise; //# sourceMappingURL=license.d.ts.map