interface ProxyOptions {
    state: any;
}
export declare function ProxyUtils<TTarget extends ProxyOptions>(target: TTarget): TTarget;
export {};
