export declare abstract class FramerHelper { private static _nextId; /** * A unique framer id for this this. */ framerHelperId: number; /** * A unique identifier string for this framer helper instance. */ readonly framerHelperIdent: string; constructor(); }