export declare const NullReturnedObjectHandling: { Error: string; ConvertToEmptyString: string; Return404NotFoundResponse: string; }; export type NullReturnedObjectHandling = (typeof NullReturnedObjectHandling)[keyof typeof NullReturnedObjectHandling];