import { User } from ".";
export interface WithUser<T = unknown> {
    user: User & T;
}
//# sourceMappingURL=officeManagers.d.ts.map