export declare const memberDefinitionsSchema: { interfaces: { type: string; description: string; items: { type: string; properties: { name: { type: string; }; typeIdentifier: { type: string; }; path: { type: string; }; fileName: { type: string; }; comment: { type: string; description: string; }; genericArguments: { type: string; items: { type: string; }; }; interfaceTypeIdentifiers: { type: string; items: { type: string; }; description: string; }; properties: { type: string; items: { type: string; }; }; customCode: { type: string; items: { type: string; }; }; customImports: { type: string; items: { type: string; }; }; decorators: { type: string; items: { type: string; }; }; }; }; }; enums: { type: string; description: string; items: { type: string; properties: { name: { type: string; }; typeIdentifier: { type: string; }; path: { type: string; }; fileName: { type: string; }; comment: { type: string; description: string; }; members: { type: string; items: { type: string; properties: { name: { type: string; }; value: { type: string[]; description: string; }; stringValue: { type: string; description: string; }; }; }; }; }; }; }; }; //# sourceMappingURL=generate-code-members-schema.d.ts.map