declare const join: any; declare const copyFileSync: any; declare function svelteAdapterFastify({ out, assets, serverFile, startFile, }?: { out?: string; assets?: string; serverFile?: string; startFile?: string; }): { name: string; adapt(builder: any): void; };