import AssetPreCompiler from "./AssetPreCompiler.js"; export default class CopyAssetPreCompiler extends AssetPreCompiler { protected readonly actualTargetDir: string; constructor(targetDir: string, assetType: string, extension: string, additionalFallbackAssetPaths?: string[], outputToPublic?: boolean, overrideTargetAssetType?: string); preCompile(canonicalName: string): Promise; }