/** Rclone */
export interface Rclone {
    /** rclone configuration file */
    content: string;
}
//# sourceMappingURL=Rclone.d.ts.map