/**
 * Properties for looking up an existing Key.
 */
export interface KeyLookupOptions {
    /**
     * The alias name of the Key
     */
    readonly aliasName: string;
}
