import type { EndpointType } from './ApplicationFormContent'; declare type EndpointInfo = { withTypeForm: boolean; isNaturalEndpoint: boolean; }; export declare const ENDPOINT_MAPPING: Record; export {};