export declare const OwnerTypeValues: readonly ["AGENT", "BOT"]; export declare type Owner = { type: typeof OwnerTypeValues[number]; appId?: string; };