export declare const SourceMappingPrecision: { readonly exact: "exact"; readonly fallback: "fallback"; }; export type SourceMappingPrecision = (typeof SourceMappingPrecision)[keyof typeof SourceMappingPrecision];