import * as authly from "authly"; export interface Document { id: authly.Identifier; } export declare namespace Document { function is(value: any | Document): value is Document; }