import { type HttpModel } from './'; export declare const methods: { label: string; value: string; }[]; export declare const apiUrlProps: { readonly value: import("ll-plus/es/utils").EpPropFinalized, unknown, unknown, () => { url: string; method: string; requestParams: any[]; headerParams: any[]; bodyParams: { type: string; parameters: any[]; jsonSchema: any[]; description: string; }; }, boolean>; }; export declare const apiUrlEmits: { 'update:value': (params: HttpModel) => boolean; change: (params: HttpModel) => boolean; };