import { TungstenError as TungstenError } from './TungstenError.js'; export declare class TungstenFileNotInBaseError extends TungstenError { name: string; } export declare function calculateImportedStaticFileLocations(projectDir: string, base: string, importer: string, imported: string): { source: string; target: string; targetRel: string; }; //# sourceMappingURL=calculateImportedStaticFileLocations.d.ts.map