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