import type { PromptAccountId } from "../onboarding-types.js"; export declare const promptAccountId: PromptAccountId; export declare function addWildcardAllowFrom(allowFrom?: Array | null): Array;