import { type WSIProjectionRequest, type WSIProjectionSnapshot } from './WSIProjectionTypes.js';
export declare function getWSIProjectionSnapshot(request: WSIProjectionRequest): WSIProjectionSnapshot | undefined;
