declare const copyWebStandaloneAssets: ( outputDir: string, dspName: string, poly?: boolean, effect?: boolean ) => void; declare const copyWebPWAAssets: ( outputDir: string, dspName: string, poly?: boolean, effect?: boolean ) => void; declare const copyWebTemplateAssets: ( outputDir: string, dspName: string, poly?: boolean, effect?: boolean ) => void; export { copyWebStandaloneAssets, copyWebPWAAssets, copyWebTemplateAssets };