import type { RequestConfig } from './types'; declare const _default: { createViewRule: (requestConfig: RequestConfig, context: string) => Promise; getViewRule: (ID: string, context: string) => Promise; updateViewRule: (ID: string, requestConfig: RequestConfig, context: string) => Promise; deleteViewRule: (ID: string, context: string) => Promise; }; export default _default;