import { type SigningStyle } from "../ipa/signing.js"; export interface IpaExportOptionsCommandInput { readonly json: boolean; readonly outputPlistPath?: string; readonly teamId?: string; readonly signingStyle?: SigningStyle; readonly force: boolean; } export declare function ipaExportOptionsCommand(command: IpaExportOptionsCommandInput): Promise; //# sourceMappingURL=ipa-export-options.d.ts.map