export declare const predictAddresses: ({ creator }: { creator: string; }) => Promise<{ vault: string; strategy: string; }>;