interface Ancestor {
    reference: object;
    path: string;
}
declare type Ancestors = Ancestor[];
export type { Ancestor, Ancestors };
