export declare const validateAddress: {
    add(data: any): Promise<{}>;
    update(data: any): Promise<{}>;
    remove(data: any): Promise<{}>;
};
