import { ExtensionDefinition } from '../datatypes'; export declare function parseExtensionSpec(prefix: string, spec: string): ExtensionDefinition;