import { Artwork } from './artwork';
export interface Preview {
    artwork?: Artwork;
    url: string;
}
//# sourceMappingURL=preview.d.ts.map