import type { ISession } from '../session/types.js';
export declare function promotePublicContent(session: ISession, cdnKey: string, domains?: string[]): Promise<void>;
//# sourceMappingURL=promote.d.ts.map