export type SupportCreateSubmitIntent = 'submit' | 'advance'; export declare const resolveCreateSubmitIntent: (isLastStep: boolean) => SupportCreateSubmitIntent;