export declare const note_keys: {
    [key: string]: string;
};
export declare function isHumanReadableNoteKey(key: string): boolean;
export declare function getHumanReadableNoteKey(text: string): string;
