import { Alignment, Race } from './common';

declare enum System {
  PF = 'Pathfinder',
}

export const alignments: Alignment[];
export const races: Race[];
export const pathfinder: typeof import('./pathfinder');
