import { NotarizeStapleOptions } from './types';
export declare function stapleApp(opts: NotarizeStapleOptions): Promise<void>;
