export declare const unpackOptResponse: (call: Promise<[T] | []>) => Promise; export declare const unpackOpt: (value: [T] | []) => T | null;