/** * Render one `CONTRACTS` inventory entry for `scripts/block-config.ts`. * * @param contractSlug Stable kebab-case contract id. * @param sourceTypeName Exported TypeScript type/interface used for schema generation. */ export declare function buildContractConfigEntry(contractSlug: string, sourceTypeName: string): string; /** * Render a small starter TypeScript contract that users can replace with their * real external route, smoke-test, or PHP integration payload shape. * * @param contractSlug Stable kebab-case contract id. * @param sourceTypeName Exported TypeScript type/interface used for schema generation. */ export declare function buildContractTypesSource(contractSlug: string, sourceTypeName: string): string;