export declare function nullIfEmpty(obj: unknown): unknown | null;
export declare function unmarshall(raw: any, isRaw: boolean): any;
