import { List, ItemAddResult } from "@pnp/sp";
export declare const cleanListItem: (item: any) => any;
export declare function saveItem(item: any, list: List): Promise<ItemAddResult>;
export declare function formatISODate(isoDate: string, offset?: number): string;
