export declare function selectHubDBTablePrompt({ accountId, options, skipDestPrompt, }: { accountId: number; options: { tableId?: number; dest?: string; }; skipDestPrompt?: boolean; }): Promise<{ tableId: any; } & { dest: any; }>;