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