export declare class ServerVariables { readonly names: string[]; get(name: string): any; }