import { AxiosResponse } from 'axios'; export declare type IGetSecurityClients = AxiosResponse<{ clients: { "_id": string; "clientId": string; "platform": string; "notes": string; "createdAt": string; "updatedAt": string; "__v": number; }[]; }>;