declare type CheckSessionCallbackOptions = import("../../common").CallbackOptions; export interface CheckSessionOptions extends CheckSessionCallbackOptions { } export {};