import { DECLARABLE_MARKER, type CoreParameter } from "@intentius/chant/declarable"; export declare class Parameter implements CoreParameter { readonly [DECLARABLE_MARKER]: true; readonly lexicon = "azure"; readonly entityType = "Microsoft.Resources/deployments/parameter"; readonly parameterType: string; readonly description?: string; readonly defaultValue?: unknown; constructor(type: string, options?: { description?: string; defaultValue?: unknown; }); } //# sourceMappingURL=parameter.d.ts.map