import type { CodegenShapeConfig } from '.'; export declare const REPRESENTATION_TYPE_IDENTIFIER = "RepresentationType"; export declare function generateRepresentationType(shapeConfig: CodegenShapeConfig): string;