export interface SessionAssociateArgs { sessionId?: string; runId?: string; stateDir?: string; force?: boolean; runsDir?: string; json: boolean; } export declare function handleSessionAssociate(args: SessionAssociateArgs): Promise; //# sourceMappingURL=associate.d.ts.map