import type MagicString from "magic-string"; import type ts from "typescript"; export declare function create_source_map(magic: MagicString, filename: string): Record; export declare function slice(content: string, node: ts.Node): string; export declare function slice_start(content: string, node: ts.Node): string;