export declare const recode: Recode;
export interface Recode {
    name: string;
    timestamp: string;
}
