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