import { X_ORGANIZATION } from 'bf-lib/api/Consts'; import type { UUID } from 'bf-types'; /** * Create an object which contains an organization header * * @param orgId An organization ID */ export declare function organizationHeader(orgId: UUID): { [X_ORGANIZATION]: UUID; };