import type { MakerMSIXConfig } from './types';
export declare const codesign: (config: MakerMSIXConfig, outPath: string) => Promise<void>;
