import EncodingOutputPathsForOutput from './EncodingOutputPathsForOutput';
import Output from './Output';
/**
 * @export
 * @class EncodingOutputPaths
 */
export declare class EncodingOutputPaths {
    /**
     * @type {Output}
     * @memberof EncodingOutputPaths
     */
    output?: Output;
    /**
     * @type {EncodingOutputPathsForOutput}
     * @memberof EncodingOutputPaths
     */
    paths?: EncodingOutputPathsForOutput;
    constructor(obj?: Partial<EncodingOutputPaths>);
}
export default EncodingOutputPaths;
