export declare class UserAuthorizedBoundary { clientId: number; userId: Buffer; boundaryId: number; createdAt: Date | null; }