import { BaseSource, Stream } from "../index";
export declare class AutoEmbedSource extends BaseSource {
    baseUrl: string;
    headers: {
        Referer: string;
        origin: string;
    };
    getStreams(slug: string): Promise<Stream[]>;
}
//# sourceMappingURL=embed.scrapper.d.ts.map