export type { IcoOptions } from './convert-sharp';
/**
 * Safe entrypoint for server environments. Dynamically imports sharp to avoid build issues.
 */
export declare function convertToIco(inputBuffer: Buffer, options?: import('./convert-sharp').IcoOptions): Promise<Buffer>;
