import { HttpMethod } from '../../../index.js';
export declare const httpMethodDropdownItems: {
    text: HttpMethod;
    value: HttpMethod;
}[];
export type IStatusPattern = {
    pattern: string;
};
//# sourceMappingURL=invoke-component.model.d.ts.map