export default function selectRowsQuery(table: string, count: number | string, options?: { offset?: number; outputTable?: string | boolean; }): string;