/** * Gets a sequential id. This can be used for scenarioIds and interactionIds in [[IInteraction]]s. */ export declare function getSequenceID(): string;