export declare class ParallelGatewayTestService { currentTokenTestPart1(): Promise; currentTokenTestPart2(currentTokenValue: string): Promise; longRunningFunction(): Promise; veryLongRunningFunction(): Promise; secondVeryLongRunningFunction(): Promise; sequenceTestPart2UpdateToken(currentToken: string): Promise; sequenceTestPart3Delay(currentToken: string): Promise; private wait; }