import { Client } from './client.model'; export declare class ClientSerializer { serialize(item: Client): { [key: string]: any; }; }