export declare const getRest: (_: any, arg2?: any, arg3?: any) => {
    count: number;
    options: Record<string, any>;
};
