import { type ConversationWithOptions } from './helpers.js'; export declare function findConversationWithUser(userRef: string, workspaceRef: string | undefined, options: ConversationWithOptions): Promise; //# sourceMappingURL=with.d.ts.map