basant307/AI_Governance_Project
048
1import { Selector } from "./types";2/**3 * Turns `selector` back into a string.4 *5 * @param selector Selector to stringify.6 */7export declare function stringify(selector: Selector[][]): string;8//# sourceMappingURL=stringify.d.ts.map