export declare const logger: ProxyHandler; export declare function getFormValue(formName: string, key: string, def?: string): FormDataEntryValue | null | undefined; export declare const assert: (value: T | null | undefined, error?: string | undefined) => T; //# sourceMappingURL=helpers.d.ts.map