import { Instance } from "../instance-provider/instance"; import { IInstanceAttribute } from "../types"; /** * Makes it easier to type out and get better editor help in establishing initShader */ export declare function createAttribute(options: IInstanceAttribute & Partial<{ [key: string]: any; }>): IInstanceAttribute & Partial<{ [key: string]: any; }>;