import { Decorator } from "../types/spur"; /** * Sends the given Content-Type to the client * @param type Content-Type to send */ export declare function ContentType(type: string): Decorator;