interface Options {
    length?: number;
    payload?: {
        [key: string]: any;
    };
}
type Value = any;
export { Options, Value };
//# sourceMappingURL=tstype.d.ts.map