import type { Nitro } from "nitropack/types";
export declare function writeAmplifyFiles(nitro: Nitro): Promise<void>;
