export declare function returning(value: V): () => V; export declare function returning(): () => undefined; export declare const hasOwn: (v: string | number | symbol) => boolean;