export default Position;
/**
 * @exports opentype.Position
 * @class
 * @extends opentype.Layout
 * @param {opentype.Font}
 * @constructor
 */
declare function Position(font: any): void;
declare class Position {
    /**
     * @exports opentype.Position
     * @class
     * @extends opentype.Layout
     * @param {opentype.Font}
     * @constructor
     */
    constructor(font: any);
    /**
     * Init some data for faster and easier access later.
     */
    init(): void;
}
