import { StringLiteral, TemplateElement } from "@swc/core"; export declare function replace(mark: string, placeholder: string, code: string): string; export declare function replaceSrc(placeholder: string, code: string): string; export declare function replaceImport(placeholder: string, code: string): string; export declare function replaceInStringLiteral(literal: StringLiteral, base: string, placeholder: string): string; export declare function replaceInTemplateElement(element: TemplateElement, base: string, placeholder: string): string;