import type { CdnParameters } from '../types/actor.params'; export declare const createSnapshot: ({ cdn }: { cdn: CdnParameters; }) => Promise;