export declare const mapOptions: (page?: string, limit?: string, sort?: {}) => {
    skip: number;
    limit: string;
    sort: {};
};
