import * as z from "zod"; import { ProviderSchema, BlockType, Attribute } from "@cdktn/commons"; import { schema } from "./schema"; export { BlockType, Attribute }; export declare function getFullProviderName(schema: ProviderSchema, providerName: string): string | undefined; type Plan = z.infer; export declare function getProviderRequirements(plan: Plan): Record; //# sourceMappingURL=provider.d.ts.map