export default function getPartBetween({ firstPart, secondPart, input, }: {
    firstPart: string;
    secondPart: string;
    input: string;
}): string;
