import { LocalFile } from "../core/LocalFile.js"; import { SessionUser } from "../core/SessionUser.js"; export declare const prepareSymbol: unique symbol; export interface IFormData { fields: { [key: string]: string; }; files: LocalFile[]; } export declare const Prepare: { parseJsonBody: (page?: any) => any; authorize: (page?: any) => any; parseForm: (page?: any) => any; authorizeRedirect: (fx?: (user: SessionUser) => boolean, redirectUrl?: string, queryParameterName?: string) => any; }; //# sourceMappingURL=Prepare.d.ts.map