/// import type { SomeKey } from "../../typings/key-types"; export declare const parseKey: (candidate: string) => { type: string | undefined; key: string | undefined; }; export declare const getKeyBuffer: (candidate: T) => Buffer;