import { type Feature } from "./Feature.js";
/** Copyright Super iPaaS Integration LLC, an IBM Company 2024 */
export interface Xsl {
    feature?: Feature[] | undefined;
    $path?: string | undefined;
    content?: string | undefined;
}
//# sourceMappingURL=Xsl.d.ts.map