import { type AuthProvider } from '@atlaskit/media-core'; export declare class StoryBookAuthProvider { static create(isAsapEnvironment: boolean, access?: { [resourceUrn: string]: string[]; }, expiresIn?: number): AuthProvider; }