import * as _sinclair_typebox7638 from "@sinclair/typebox";
import { Static } from "@sinclair/typebox";

//#region src/shared/datarecords/external/notion/oauth/config.d.ts
declare const notionOAuthTokenSchema: _sinclair_typebox7638.TObject<{
  access_token: _sinclair_typebox7638.TString;
  refresh_token: _sinclair_typebox7638.TString;
}>;
type NotionOAuthToken = Static<typeof notionOAuthTokenSchema>;
//#endregion
export { NotionOAuthToken, notionOAuthTokenSchema };
//# sourceMappingURL=config.d.ts.map