import type { SupportedEntityDeck } from '../../types'; type __VLS_Props = { app: 'konnect' | 'kongManager'; /** A record to indicate the entity's configuration, used to populate the decK code block */ entityRecord: Record; entityType: SupportedEntityDeck; /** e.g. https://us.api.konghq.tech, used to pass --konnect-addr parameter to decK */ geoApiServerUrl?: string; controlPlaneName?: string; /** e.g. https://localhost:8001, used to pass --kong-addr parameter to decK */ kongAdminApiUrl?: string; workspace?: string; }; declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default; //# sourceMappingURL=DeckCodeBlock.vue.d.ts.map