export type EmptyOptions = Record; export type Step> = { key?: string; type: key; options?: options; }; export declare enum StepNames { Welcome = "welcome", FacePhoto = "facePhoto", FaceVideo = "faceVideo", FaceMotion = "faceMotion", Document = "document", ProofOfAddress = "proofOfAddress", Complete = "complete" }