import { Subject, Resource } from "../types";
export declare function flatten(subject: Subject, resource: Resource): string[];
