/**
 * Get all states (keys from the data).
 */
export declare function getStates(): string[];
/**
 * Get LGAs for a specific state (case-insensitive).
 */
export declare function getLgas(state: string): string[];
