/** Prefix `specifier` (a Rust import resolved to exactly one file) with the marker. */ export declare function markRustModSpecifier(specifier: string): string; /** True when `specifier` was produced by `markRustModSpecifier`. */ export declare function hasRustModMarker(specifier: string): boolean; /** Remove the marker `markRustModSpecifier` added. No-op if it isn't present. */ export declare function stripRustModMarker(specifier: string): string; //# sourceMappingURL=rust-mod-marker.d.ts.map