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