import type { MetadataJson } from 'libphonenumber-js/core';
export declare function cutPhoneByValidLength({ phone, metadata, }: {
    phone: string;
    metadata: MetadataJson;
}): string;
//# sourceMappingURL=cut-phone-by-valid-length.d.ts.map