export declare class HeaderNames {
    static AuthKey: string;
    static Authorization: string;
    static SpIDAuthKey: string;
    static ConnectionId: string;
    static ContentType: string;
    static CustomCommandsAppId: string;
    static Path: string;
    static RequestId: string;
    static RequestStreamId: string;
    static RequestTimestamp: string;
}
