import { AnyStandaloneContext } from './StandaloneContext'; declare function createAndWriteIconsToPathAsync(context: AnyStandaloneContext, resPath: string, isDetached: boolean): Promise; export { createAndWriteIconsToPathAsync };