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