export declare const $MessagingServiceScanLogListResponse: { readonly properties: { readonly data: { readonly type: "array"; readonly contains: { readonly type: "MessagingServiceScanLog"; }; }; readonly meta: { readonly type: "meta"; }; }; };