export declare const BaseApi: {
    PUT_ITEMS: string;
    QUERY_ITEMS: string;
    INSERT_ITEMS: string;
    GET_ITEMS: string;
    PATCH_ITEMS: string;
    DELETE_ITEMS: string;
};
export declare const DriveApi: {
    GET_FILE: string;
    DELETE_FILES: string;
    LIST_FILES: string;
    INIT_CHUNK_UPLOAD: string;
    UPLOAD_FILE_CHUNK: string;
    COMPLETE_FILE_UPLOAD: string;
};
