import { Knex } from 'knex'; export declare const intervalFromNowTill: (timeoutS: number, knex: Knex) => Knex.Raw;