/// import { Express } from 'express'; import { Store } from '../store'; import { PropertyDescription } from '../shared/contracts/metadata'; export declare function createMetadataController(app: Express, store: Store, baseUrl: string): void; export declare function createProperties(path: any, modelName: string): PropertyDescription[];