/// <reference types="node" />
export declare type JwtMetadataT = {
    secret: string | Buffer;
    tokenProperty?: string;
};
