export interface RealmInfo {
    name: string;
    path: string;
    gitRemote?: string;
    isMonorepo: boolean;
    provinces: string[];
}
export declare function getRealmInfo(realmPath: string): Promise<RealmInfo>;
//# sourceMappingURL=realm.d.ts.map