export declare class Queue { static get(queueId?: string): Queue join(initialQuestion?: string): Record constructor() }