import luau from "@roblox-ts/luau-ast";
import ts from "typescript";
export declare function transformInterpolatedStringPart(node: ts.TemplateLiteralToken | ts.StringLiteral): luau.InterpolatedStringPart;
