import { type MetadataJson } from 'libphonenumber-js/core';
export declare function cutPhoneByValidLength({ phone, metadata, }: {
    phone: string;
    metadata: MetadataJson;
}): string;
