export declare function runWithEmbeddedExecutionSession(sessionKey: string, run: () => T, runId?: string): T; export declare function getEmbeddedExecutionSession(): string | undefined; export declare function getEmbeddedExecutionRunId(): string | undefined;