import type { ProgrammableCommand } from "../../type.js";
/**
 * options
 * * length
 * * variant: 'alpha-2' | 'alpha-3' | 'numeric' (default: 'alpha-2')
 */
export declare const countryCode: ProgrammableCommand;
