export declare const mailAddressFlags: import("../../context/FlagSetBuilder.js").ContextFlags<"project" | "mailaddress">, mailAddressArgs: import("../../context/FlagSetBuilder.js").ContextArgs<"project" | "mailaddress">, withMailAddressId: (apiClient: import("@mittwald/api-client").MittwaldAPIV2Client, command: "flag" | "arg" | import("../../context/FlagSetBuilder.js").CommandType<"project" | "mailaddress">, flags: { [k: string]: unknown; }, args: { [k: string]: unknown; }, cfg: import("@oclif/core").Config) => Promise; export declare const mailDeliveryBoxFlags: import("../../context/FlagSetBuilder.js").ContextFlags<"maildeliverybox">, mailDeliveryBoxArgs: import("../../context/FlagSetBuilder.js").ContextArgs<"maildeliverybox">, withDeliveryBoxId: (apiClient: import("@mittwald/api-client").MittwaldAPIV2Client, command: "flag" | "arg" | import("../../context/FlagSetBuilder.js").CommandType<"maildeliverybox">, flags: { [k: string]: unknown; }, args: { [k: string]: unknown; }, cfg: import("@oclif/core").Config) => Promise;