export declare const QUERY_OPTIONS_FIELDS: {
    orderby: {
        type: string;
        description: string;
    };
    top: {
        type: string;
        description: string;
    };
    skip: {
        type: string;
        description: string;
    };
    filter: {
        type: string;
        description: string;
    };
    inlinecount: {
        type: string;
        description: string;
    };
    count: {
        type: string;
    };
};
