export declare function formatParty({ owner, ...party }: {
    [x: string]: any;
    owner: any;
}): {
    [x: string]: any;
};
