/** Openrc */
export interface Openrc {
    /** openrc file */
    content: string;
}
//# sourceMappingURL=Openrc.d.ts.map