export as namespace Security;

export = Security;

declare class Security {
    constructor(config?: any);
    setHeaders(): void;
}