type Options = {
    strict?: boolean;
};
declare function destr(value: any, options?: Options): any;

export { Options, destr as default };
