export default opt;
declare function opt(method: Function, value: any): any;
declare namespace opt {
    function async(method: any, value: any): any;
}
