export declare function draftChatMemoryResourceId(userId: string): string;
export declare function integrationMemoryResourceId(integrationType: string, platformUserId: string): string;
export declare function isIntegrationMemoryResourceId(resourceId: string | undefined): resourceId is string;
export declare function taskRunMemoryResourceId(taskId: string): string;
