import { FileProviderInterface } from '@loaders.gl/loader-utils';
import { SLPKArchive } from "./slpk-archieve.js";
/**
 * Creates slpk file handler from raw file
 * @param fileProvider raw file data
 * @param cb is called with information message during parsing
 * @returns slpk file handler
 */
export declare function parseSLPKArchive(fileProvider: FileProviderInterface, cb?: (msg: string) => void, fileName?: string): Promise<SLPKArchive>;
//# sourceMappingURL=parse-slpk.d.ts.map