/**
 * 10 桁トリップを生成する
 */
export declare const create10DigitsTrip: (key: string) => string;
