export declare const getSchedulerConfig: () => {
    targetQueueArn: string | undefined;
    executionRoleArn: string | undefined;
    groupName: string | undefined;
    maxRetryAttempts: 5;
    maxEventAgeSeconds: 86400;
};
export declare const isJoinLinkSchedulerEnabled: () => boolean;
export declare const isJoinLinkFallbackCronEnabled: () => boolean;
