export interface SPNRecord { username: string; spn: string[]; } export declare class SPN { constructor(); getListAll(): Promise; add(): Promise; }