declare global { interface Window { PDA_IMAGE_PATH?: string; } } export declare const PDA_IMAGE_PATH: string | undefined;