import type { CollectionContext } from '@/types/index.js'; import type { StaticHandler } from '@payloadcms/plugin-cloud-storage/types'; export declare const getStaticHandler: (context: CollectionContext) => StaticHandler;