export declare function isAuthStytch(): boolean | undefined; export declare function getAuthIntegrationMetadata(integrations: null | Record): undefined | any; /** * Determines whether form should be considered completed or not. Completed * should be false if it is a 'terminal step' in the middle of a login flow with * steps configured for after login * @param authIntegration * @param stepId terminal step ID * @returns {boolean} true if there are auth gated steps after this one */ export declare function isTerminalStepAuth(authIntegration: any, stepId: string): boolean; export declare function hasAuthGatedSteps(integrations: any): boolean; export declare function getRedirectUrl(): string; //# sourceMappingURL=utils.d.ts.map