import type { Interpolation } from "../interpolation";
export default function (text: string): (Interpolation | string)[];
