/** Shared place-prefix helpers for locale date/place modules. */
export declare function hasCountryPrefix(core: string, prefixes: readonly string[]): boolean;
export declare function prefixedLocation(core: string, prefixes: readonly string[], elsePrefix: string): string;
export declare function commaPrefixedLocation(core: string, prefixes: readonly string[], elsePrefix: string): string;
