/**
 * Public types for the Area Reference API
 *
 * This module exports all public types that external consumers can use.
 * These types form the public API contract and are organised by route structure.
 */
export type * from './common';
export type * from './routes';
