export declare function removeDevtools(code: string, id: string): { code: string; map: import('magic-string').SourceMap; } | undefined;