export function poster(resources: any[], callBack: Function): PreLoadInstance; export type PreLoadInstance = { source: any[]; count: number; total: number; arr: any; onload?: Function; init: Function; };