import { Decorator } from "../types/spur"; /** * Sends header with specified information to the client * @param name Name of header * @param content Content of header */ export declare function Header(name: string, content: string | number | string[]): Decorator;