import type { SourceMapsPathDescriptor } from "@sentry/cli"; export declare function toArray(value: any): any; export declare function clearSourceMap(paths: string | SourceMapsPathDescriptor | Array, ext: string): void;