export declare function toObjectID(query: {
    [key: string]: any;
}): {
    [key: string]: any;
};
