export declare class UserInput { externalId?: string | null | undefined; constructor(externalId?: string | null | undefined); }