export declare const listTriggerInboxesPlugin: (sdk: { context: { api: import("../../..").ApiClient; resolveCredentials: () => Promise; }; } & { context: import("../../eventEmission").EventEmissionContext; } & { context: { meta: Record; }; }) => { listTriggerInboxes: (options?: ({ name?: string | undefined; status?: string | undefined; pageSize?: number | undefined; maxItems?: number | undefined; cursor?: string | undefined; } & { cursor?: string; pageSize?: number; maxItems?: number; }) | undefined) => import("../../..").PaginatedSdkResult<{ id: string; created_at: string; name: string | null; status: string; paused_reason: string | null; notification_url: string | null; subscription: { connection_id: string | number | null; app_key: string; action_key: string; inputs: Record; }; }>; } & { context: { meta: { listTriggerInboxes: import("../../..").PluginMeta; }; }; }; export type ListTriggerInboxesPluginProvides = ReturnType; //# sourceMappingURL=index.d.ts.map