declare const __WPACKIO__: {
    appName: string;
    outputPath: string;
} | undefined;
declare const window: {
    [x: string]: any;
};
