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