import type { Database } from '../..';
export declare const getToken: (db: Database) => () => string | null;
