declare const _default: {
    description: string;
    content: {
        'application/json': {
            schema: {
                $ref: string;
            };
        };
    };
};
export default _default;
