export declare const deviceFileLocations: ({ certsDir, deviceId, }: { certsDir: string; deviceId: string; }) => { key: string; csr: string; cert: string; certWithCA: string; json: string; };