import { PlaceOrderInputStateType } from '../commonTypes'; export declare const validateAddress: (address: PlaceOrderInputStateType) => { isValid: boolean; address: PlaceOrderInputStateType; };