import { adapter } from "./utils/handler";
declare function convert(targetDirectory: string): Promise<void>;
export { convert, adapter };
