import { Logger, FileSystem } from '@servicenow/sdk-project'; export declare function validateAndUpdateSysApp(workingDir: string, fs: FileSystem, logger: Logger): Promise; /** * Copies metadata XML files from the metadata directory to the compile output directory. * @param workingDir - The working directory. */ export declare function copyMetadataXMLs(workingDir: string, fs: FileSystem, logger: Logger): Promise; export declare function getPackageJsonPath(scope: string, packageName: string, version: string): string;