declare const getOaOptions: () => {
    appId: string;
    appSecret: string;
    token: string;
};
export { getOaOptions };
//# sourceMappingURL=oa-options.d.ts.map