/// import { Table } from "../table"; import { StructMemoryAlignment } from "../struct"; /** * Creates a security manager inline table present within Z-Stack NV memory. * * @param data Data to initialize table with. * @param alignment Memory alignment of initialization data. */ export declare const securityManagerTable: (dataOrCapacity?: Buffer | Buffer[] | number, alignment?: StructMemoryAlignment) => import("../table").BuiltTable & Record<"keyNvId", number> & Record<"authenticationOption", number>>, Table & Record<"keyNvId", number> & Record<"authenticationOption", number>>>>; //# sourceMappingURL=security-manager-table.d.ts.map