import { ITemplate } from '@verdocs/js-sdk'; export declare const getRoleNames: (template: ITemplate | null) => string[]; export declare const getRoleIndex: (template: ITemplate | null, role_name: string) => number;