/**
 * Class for key storage constants
 */
export default class KeyStoreConstants {
    /**
     * Master seed, basis for all key generation
     */
    static masterSeed: string;
}
