import { KeyPath } from '../../db/dsl'; import { UploadForNextRequest } from './UploadEarlyEndpointModels'; import { Instant } from '@js-joda/core'; export declare function prepareUploadForNextRequestFields(): void; export declare function xKeyPath_idGet(this_: KeyPath): KeyPath; export declare function xKeyPathFileGet(this_: KeyPath): KeyPath; export declare function xKeyPathExpiresGet(this_: KeyPath): KeyPath;