export declare function RelationController(): PropertyDecorator; export declare function getRelationController(target: Function): { properties: (string | symbol)[]; } | undefined;