import type { CodegenShapeConfig } from './index'; export declare const SHAPE_KEY_PARAMS_INTERFACE_IDENTIFIER = "KeyParams"; export declare function generateShapeKeyInterface(shapeConfig: CodegenShapeConfig): string;