import type { KeySchema } from "./schema.js"; import type { Key } from "./index.js"; export declare const transformDatabaseKey: (databaseKey: KeySchema) => Key; export declare const getOneTimeKeyExpiration: (duration: number | null | undefined) => null | Date;