import { AccumulatorHKT } from '../index';
export declare const URI = "Argument";
export declare type URI = typeof URI;
export declare type Argument = {
    readonly _tag: URI;
};
export declare const of: Argument;
export declare const argument: AccumulatorHKT<URI>;
