/** * This function used to set `ctx.key` */ export declare const createKey: (name: string, payload?: any) => string;