/**
 * © Copyright Outburn Ltd. 2022-2024 All Rights Reserved
 *   Project name: FUME-COMMUNITY
 */
declare const selectKeys: (obj: object, skeys: string[]) => Promise<object>;
declare const omitKeys: (obj: object, okeys: string[]) => Promise<object>;
declare const isEmpty: (value: any) => Promise<boolean>;
export { isEmpty, omitKeys, selectKeys };
//# sourceMappingURL=objectFunctions.d.ts.map