/** * Scans the name of the artifact to make sure there are no illegal characters */ export declare function checkArtifactName(name: string): void; /** * Scans the name of the filePath used to make sure there are no illegal characters */ export declare function checkArtifactFilePath(path: string): void;