/** * Shared utility functions for source parsing. * * @experimental This API is unstable and may change without notice. * @packageDocumentation */ /** Convert a `file://` URL to a local filesystem path. */ export declare const fileUrlToPath: (fileUrl: string) => string; //# sourceMappingURL=utils.d.ts.map