/**
 * Remove lifecycle including hooks.
 * @ignore
 */
export declare const removeLifeCycle: ({ id, options, metadata, refKeys, data }: {
    id: any;
    options: any;
    metadata: any;
    refKeys: any;
    data: any;
}) => Promise<{
    result: any;
    document: any;
}>;
