export declare const StatusCode: (statusCode: number) => (target: any, key: string, descriptor: PropertyDescriptor) => PropertyDescriptor;
