export declare const createInitializeIntegrationsFunction: ({ integrations }: { integrations: { init?: () => Promise; }[]; }) => () => Promise;