import { GrabUserResourceParams } from "../../../../types"; export default function (params?: GrabUserResourceParams): import("../../../../types").ServerQueryParam<{ [k: string]: any; }, string> & { query?: import("../../../../types").ServerQueryQueryObject<{ [k: string]: any; }, string> | undefined; } & import("../../../../types").ServerQueryParam & { query?: import("../../../../types").ServerQueryQueryObject | undefined; } & import("../../../../types").ServerQueryParam<{ [k: string]: any; }, string> & { query?: import("../../../../types").ServerQueryQueryObject<{ [k: string]: any; }, string> | undefined; };