/** Sanitize a stimulus name for use in file paths (e.g. workspace * directories). */ export declare function sanitizePath(name: string): string; //# sourceMappingURL=sanitize-path.d.ts.map