/** Validates the custom-bind IPv4 input and returns the user-facing error text. */
export declare function validateDottedDecimalIPv4Input(value: string | undefined): string | undefined;
/** @deprecated Use validateDottedDecimalIPv4Input. */
export declare function validateIPv4AddressInput(value: string | undefined): string | undefined;
