export declare const namespace: import("continuation-local-storage").Namespace; export declare function setTransactionId(id?: string | undefined): string; export declare function getTransactionId(): string;