import { Opt } from './interface'; export declare function store(): Opt; export declare function store(s: S): Opt;