/**
 * 生キートリップを生成する
 */
export declare const createRawKeyTrip: (key: string) => string;
