export declare class SecurityID { id?: string; constructor(); withId(id: string): SecurityID; } //# sourceMappingURL=SecurityID.d.ts.map