import { NativeNavigationRepositoryContract } from './NativeNavigationRepositoryContract'; export declare class NativeNavigationFactory { static repository(species: string, operatingSystem: string): NativeNavigationRepositoryContract; }