import { Profile } from '../profile'; /** * @ignore */ export declare class Organization extends Profile { constructor(profile?: {}); static validateSchema(profile: any, strict?: boolean): any; static fromToken(token: string, publicKeyOrAddress?: string | null): Organization; }