export declare function selectTemplate({ currentTemplate, newTemplate, currentPhoneLength, newPhoneLength, }: {
    currentTemplate: string;
    newTemplate: string;
    currentPhoneLength: number;
    newPhoneLength: number;
}): string;
//# sourceMappingURL=select-template.d.ts.map