export declare function prepareEntity({ entity, application }: {
    entity: any;
    application: any;
}): void;
