import { CommonReturn, loadChunkParameter } from './types'; export declare function loadChunk(config: loadChunkParameter): Promise;